projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
505ce24
)
(struct frame): New field phys_cursor_on.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 12 Oct 1996 15:26:41 +0000
(15:26 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 12 Oct 1996 15:26:41 +0000
(15:26 +0000)
src/frame.h
patch
|
blob
|
history
diff --git
a/src/frame.h
b/src/frame.h
index 613f67e4cc3d35140cd71592b500555f9e3b252f..6d21437c8604a789f49ea42e01eea0fabdb095ac 100644
(file)
--- a/
src/frame.h
+++ b/
src/frame.h
@@
-163,6
+163,8
@@
struct frame
/* This is handy for undrawing the cursor, because current_glyphs is
not always accurate when in do_scrolling. */
GLYPH phys_cursor_glyph;
+ /* Nonzero means the cursor is displayed. */
+ int phys_cursor_on;
/* Size of this frame, in units of characters. */
EMACS_INT height;